home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / ab20 / ab20_archive / datacomm / xpr / xprkermit-1.111.lzh / kermitproto.pro < prev    next >
Text File  |  1991-12-21  |  472b  |  18 lines

  1. /* kermitproto.c */
  2. int wart(void);
  3. int getpkt(int bufmax);
  4. void proto(void);
  5. int zrtol(char *name, char *name2, int mywarn);
  6. int ttol(char *s, int n);
  7. int ttinl(char *s, int max, int eol, int timeout);
  8. int chkint(void);
  9. void ttflui(void);
  10. void sleep(int sec);
  11. int screen(int f, int c, long n, char *s);
  12. void tchar(int c);
  13. int ST_Display_String(int Item, char *S);
  14. int ST_Display_CRC(int Item);
  15. int gnfile(char *fname, int len);
  16. void gninit(void);
  17. char *EndPath(char *p);
  18.